home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pesquisa Dirigida
/
Pesquisa Dirigida.iso
/
JOGOS
/
Arcade_Animals_2.swf
/
scripts
/
DefineButton2_88
/
BUTTONCONDACTION on(keyPress Up).as
< prev
Wrap
Text File
|
2005-01-07
|
444b
|
27 lines
on(keyPress "<Up>"){
tellTarget("/up")
{
gotoAndPlay(2);
}
if(eval("/:y") == "1")
{
setProperty("/spin1", _rotation, "180");
}
if(eval("/:y") == "2")
{
setProperty("/spin1", _rotation, "0");
}
tellTarget("/right")
{
stop();
tellTarget("/left")
{
stop();
tellTarget("/down")
{
stop();
}
}
}
}